home *** CD-ROM | disk | FTP | other *** search
- this.count = this.count + 1;
- this.num = bg;
- var name = "back" + this.count;
- this.attachMovie("anim",name,this.count);
- this[name].holder.loadMovie(_level0.ch_dir + "/" + _level0.data["ch_name" + _level0.data.ch_active] + "/background" + this.num);
- if(this["back" + (this.count - 2)] ne "")
- {
- this["back" + (this.count - 2)].removeMovieClip();
- }
- _level0.bgClip = this[name].holder._target;
-